home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 2005 October / Computer Shopper 2005 October.iso / Toolkit / Internet / OfficeMail / OM_INST.EXE / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-01-19  |  2.0 KB  |  43 lines

  1. ;InnoSetupVersion=4.1.0
  2. [Setup]
  3. AppName=Office Mail
  4. AppVerName=Office Mail 1.2.0.31
  5. AppId={25D6B19E-BC61-495A-920F-3ADE67E57C36}
  6. AppPublisher=Burrotech Ltd
  7. AppPublisherURL=http://www.burrotech.com/officemail.php
  8. AppSupportURL=http://www.burrotech.com/officemail.php
  9. AppUpdatesURL=http://www.burrotech.com/officemail.php
  10. DefaultDirName={pf}\burrotech\office mail
  11. DefaultGroupName=Office Mail
  12. OutputBaseFilename=om_inst
  13. Compression=zip
  14. PrivilegesRequired=none
  15. LicenseFile=embedded\License.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\off_mail.exe"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\off_mail.chm"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\forward.dat"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  22. Source: "{app}\link.dat"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  23. Source: "{app}\pop.dat"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  24. Source: "{app}\uidl.dat"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  25. Source: "{app}\users.dat"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  26. [INI]
  27. FileName: "{app}\off_mail.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.burrotech.com/officemail.php"; 
  28. [Run]
  29. Filename: "{app}\off_mail.exe"; Description: "Launch Office Mail"; Flags: postinstall skipifsilent nowait
  30. [Icons]
  31. Name: "{group}\Office Mail"; Filename: "{app}\off_mail.exe"; 
  32. Name: "{group}\Office Mail web page"; Filename: "{app}\off_mail.url"; 
  33. Name: "{group}\Uninstall Office Mail"; Filename: "{uninstallexe}"; 
  34. Name: "{userdesktop}\Office Mail"; Filename: "{app}\off_mail.exe"; Tasks: desktopicon; 
  35. [Tasks]
  36. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  37. [UninstallDelete]
  38. Type: files; Name: "{app}\*.*"; 
  39. [Languages]
  40. ; These files are stubs
  41. ; To achieve better results after recompilation, use the real language files
  42. Name: "default"; MessagesFile: "embedded\default.isl"; 
  43.